home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14792 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news2.ios.com!usenet
  2. From: vlad@gramercy.ios.com (Vlastimil Adamovsky)
  3. Newsgroups: comp.lang.smalltalk,comp.object,comp.lang.c++,comp.lang.java
  4. Subject: Re: The Good, the Bad, the Ugly, and the Wicked ...
  5. Date: Tue, 02 Apr 1996 02:05:47 GMT
  6. Organization: Internet Online Services
  7. Message-ID: <4jq1n7$cfn@news2.ios.com>
  8. References: <31570B8E.5A12@vmark.com> <31586721.1750@mobius.net> <4jbk0m$jt9@news4.digex.net> <AD7EDB45966858C12@mac-sandvik.engr.sgi.com> <315A17CC.7C8F@bnr.ca> <AD801A639668229B21@mac-sandvik.engr.sgi.com>
  9. NNTP-Posting-Host: ppp-45.ts-7.hck.idt.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. sandvik@sgi.com (Kent Sandvik) wrote:
  13.  
  14. >In article <315A17CC.7C8F@bnr.ca>,
  15. >Andrzej Bieszczad <andrzej@bnr.ca> wrote:
  16.  
  17. >  >Kent Sandvik wrote:
  18. >  >> 
  19. >  >> It depends how you defined dynamic binding, could you send messages to
  20. >  >> arbitrary methods in C++ during runtime (or java, by the way)?
  21. >  >
  22. >  >It sounds really strange if you want to send messages to methods :-)
  23. >Yep, even more strange when the system responds "method not found" :-).
  24.  
  25. I usually send message to an object to instruct it to execute a
  26. method. THEN it can happen that the "method not found" . By other
  27. words you will see on your screen something like: "doesNotUnderstand:"
  28. *******************************************
  29. *    Vlastimil Adamovsky                  *
  30. * Smalltalk, C++ and Envelop development  *
  31. *******************************************
  32.  
  33.